home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 32 / Amiga Format AFCD32 (Nov 1998, Issue 117).iso / -seriously_amiga- / programming / other / classfree / readme.doc < prev    next >
Text File  |  1998-08-10  |  3KB  |  113 lines

  1. --------------------------------------
  2.  
  3.  ClassFree - Release 0b
  4.  
  5.  A free collection of sofisticated
  6.  BOOPSI classes.
  7.  
  8. --------------------------------------
  9.  
  10. Legal mumbo:
  11. ------------
  12.  
  13.  ClassFree is FREEWARE. Permission is granted to redistribute
  14. this archive in one of the following ways:
  15.  
  16.  1. The whole package unpacked or packed with lha or lzx without
  17.     BBS adds or similar notes.
  18.  
  19.  2. You may redistribute the following files in any way you like:
  20.  
  21.     From:             File:
  22.  
  23.     CFscrollerclass   scroller.gadget
  24.     CFbuttonclass     CFbutton.gadget
  25.     CFpumbuttonclass  CFpumbutton.gadget
  26.     CFtexticlass      CFtext.image
  27.  
  28.  The following rules *allways* applies:
  29.  
  30.  You may not charge money or services for this package or any of
  31. it contents.
  32.  You must accept the warranty terms as stated in the accompanying
  33. file 'Warrenty_issues' both when redistributing and using the
  34. contents of this package.
  35.  
  36.  
  37. Description:
  38. ------------
  39.  
  40.  I started this when I had programmed GadTools GUIs a couple
  41. of times and was dissatisfied with it. I went to look for a more
  42. straightforward way of making gadgets and (re)discovered BOOPSI.
  43.  I had skipped past all BOOPSI stuff when I first started programming
  44. in C because I thought Object Oriented programming was way too much
  45. for me to handle. As it turned out I found that BOOPSI was VERY easy
  46. to use. There was only one problem. There was no really usable BOOPSI
  47. gadgetsclasses available. I was certainly not going to spend money on
  48. something I was maybe not going to use very much (ClassAct), so it
  49. became my pet project to start doing BOOPSI gadgetclasses with the
  50. immidiate goal to replace GadTools.
  51.  
  52.  
  53. Contents in this release:
  54. -------------------------
  55.  
  56.  CFbuttonclass - A simple boolean button.
  57.  
  58.  CFpumbuttonclass - A popup menu button.
  59.  
  60.  CFsampleclass - StormC sample BOOPSI class project.
  61.  
  62.  CFscrollerclass - Gadtools SCROLLER_KIND replacement.
  63.  
  64.  CFtexticlass - A text drawing imageclass.
  65.  
  66.  CFglyph.image - Needed by CFpumbuttonclass.
  67.  
  68.  
  69. Requirements:
  70. -------------
  71.  
  72.   - AmigaOS 3.x
  73.  
  74.  
  75. Installation:
  76. -------------
  77.  
  78.  Look in the individual directories for instructions on
  79. how to install the BOOPSI classes.
  80.  
  81.  
  82. Please Note:
  83. ------------
  84.  
  85.  To achieve greater compatability with other products
  86. the names of classes are subject to change.
  87.  That means that when using a new version of ClassFree
  88. you may have to make smaller changes to your source code.
  89.  
  90.  The classes are currently in alpha state. The general
  91. functioning of the classes is implemented, but some
  92. features are missing. For instance not all classes support
  93. OM_SET on the class specific attributes.
  94.  
  95.  
  96. Author / How to contact me:
  97. ---------------------------
  98.  
  99.  Anders E. Andersen
  100.  Skaerbaekvej 50
  101.  2610 Roedovre
  102.  Denmark
  103.  
  104.  E-mail:  andersa@fys.ku.dk
  105.  
  106.  Netmail: 2:236/29.6@fidonet
  107.  
  108.  www: http://fys.ku.dk/~andersa
  109.  (Contains official ClassFree homepage)
  110.  
  111.  
  112.  
  113.